mikel
c7534c9f97
kill tab on line by itself, keep contents within 80 columns
1997-10-18 05:34:11 +00:00
jonathan
2698f7d137
Pull up endian diffs from kernel bcopy().
1997-10-18 05:21:44 +00:00
mikel
665f5a78af
fix typo; something called 'yesexpr' shouldn't have a 'n' in it
1997-10-18 05:08:32 +00:00
jonathan
82526d56fd
Prototype __flt_rounds().
1997-10-18 02:43:06 +00:00
mark
03be22adfe
Include stdlib.h for prototype of free().
1997-10-18 02:37:00 +00:00
mark
a2b5e07612
Include memmove.S in the list of sources.
1997-10-18 02:28:25 +00:00
thorpej
232739024a
Document net.inet.ip.allowsrcrt and net.inet.ip.subnetsarelocal.
1997-10-17 21:30:36 +00:00
mark
fd06e9f4e6
Use the ASENTRY() macro for the declaration of cerror.
1997-10-17 19:57:17 +00:00
mark
fb4d5f58af
Fix extra 'S' character typo that resulted in the condition codes being
...
incorrectly internally on certain divides.
Handle the case where the internal result appears negative. This condition
can occur when dividing MIN_INT by certain values.
Raise an exception on divide by zero.
1997-10-17 18:43:47 +00:00
lukem
a67f5d3e96
ntp_getopt returns -1 not EOF
1997-10-17 14:31:48 +00:00
lukem
14e91f97ec
WARNSify
1997-10-17 14:26:43 +00:00
lukem
35e2907fec
warnsify
1997-10-17 14:23:45 +00:00
jonathan
aae966edfa
Cacheflush support code for mips CPUs.
...
Used by GCC's lexical-closure trampoline code.
1997-10-17 06:29:02 +00:00
christos
196f36f2e9
bump up version number now that:
...
1. msync() will take a third argument.
2. remove obsolete xdr_{domainname,mapname,peername} from xdryp.c
3. make __ps_strings extern on setproctitle.c and don't set it to
a default when it is NULL.
4. make unvis() argument to an int from a char.
5. move timezone() to libcompat
6. move swapon() to libcompat
7. move getdirentries() to libcompat
8. type sanity:
mode_t: u_int16_t -> u_int32_t
nlinks_t: int16_t -> u_int32_t
dev_t: int32_t -> u_int32_t
1997-10-16 23:23:58 +00:00
christos
f8b3cbd2c8
Remove obsolete functions
1997-10-16 23:22:31 +00:00
christos
14d765b9a0
caddr_t -> void *
...
PR/4269: Chris Demetriou: Add MS_* to msync()
1997-10-16 23:21:47 +00:00
christos
b2e230c1c7
caddr_t -> void *
...
PR/4269: Chris Demetriou: Add MS_* to msync()
1997-10-16 23:21:44 +00:00
christos
a111587eb8
caddr_t -> void *
...
PR/4269: Chris Demetriou: Add MS_* to msync()
1997-10-16 23:21:39 +00:00
christos
4fede91695
Reflect current reality.
1997-10-16 23:19:50 +00:00
christos
19acefc360
Remove swapon remnants
1997-10-16 23:13:24 +00:00
christos
84abd9f33b
swapon migrated to libcompat
1997-10-16 23:12:30 +00:00
christos
1633134649
These two don't belong in string.h, but unistd.h
1997-10-16 23:09:09 +00:00
christos
446ebe5c2c
Remove _tztab() declaration now that timezone() migrated to libcompat.
1997-10-16 23:08:21 +00:00
christos
34e76ae8f8
moved to libcompat
1997-10-16 23:07:26 +00:00
christos
631a35f9ca
change second argument of unvis from char to int
1997-10-16 23:06:13 +00:00
christos
e34cf3d406
__ps_strings is now extern and not modified locally.
1997-10-16 23:05:33 +00:00
christos
051a7d3051
timezone moved to libcompat
1997-10-16 23:04:38 +00:00
christos
2e3f898c30
Add timezone, swapon, getdirentries
1997-10-16 23:02:45 +00:00
christos
58b5d748a3
Remove namespace cruft and add a prototype for tztab
1997-10-16 23:02:16 +00:00
christos
f4f1c47f83
Moved by repository magick...
...
put in their description that they are obsolete and name by what function
if appropriate.
1997-10-16 23:00:26 +00:00
augustss
24a2703246
Add libossaudio.
1997-10-16 20:28:49 +00:00
augustss
dfe94eff65
Remove a copied line.
1997-10-16 17:50:29 +00:00
augustss
32a1a5fb11
Add some bugs to the man page.
1997-10-16 17:46:28 +00:00
augustss
afab22e3de
Initial version of a user level emulation of the OSS audio API.
...
Useful for compiling Linux audio programs.
1997-10-16 17:30:57 +00:00
christos
0e6b23ccbf
Put the align directive after .text...
1997-10-15 01:56:55 +00:00
christos
773ab1dd74
Put back __RCSID(): The problem was that if RCSID ended up in the text segment,
...
it was placed before `start', and start ended up misaligned. Add an alignment
directive for the start symbol. Of course ld(1) should not core-dump relocating
misaligned symbols, but this will be fixed shortly.
1997-10-14 17:11:03 +00:00
christos
a7db9a7942
PR/4257: Jaromir Dolecek: history() has no generic error handling and isn't
...
reentrant. This changes the interface of the history function, so we need
a major number bump.
1997-10-14 15:05:49 +00:00
is
6183998d51
XXX Workaround for the "ld buserr with new crt0.o" problem, suggested by tls.
...
Should be backed out once the real problem has been solved.
1997-10-14 11:45:25 +00:00
mycroft
3c891ba5b1
Fix a bizarre formatting error.
1997-10-14 07:27:57 +00:00
mark
a5efbaaf3f
Fix -Wall compiler warnings.
1997-10-13 21:28:53 +00:00
mark
e30acb582b
Build softfloat support as standard.
1997-10-13 21:26:58 +00:00
mark
4b5476b492
Fix compiler warnings.
1997-10-13 21:24:15 +00:00
lukem
22630e700a
install <termcap.h> (was from libedit), and use here...
1997-10-13 16:11:41 +00:00
lukem
b1927dc191
use <termcap.h> instead of defining termcap(3) stuff here
1997-10-13 16:10:36 +00:00
lukem
55c1036e4f
use <termcap.h> instead of "termcap.h" (which was repository copied to libterm)
1997-10-13 16:09:01 +00:00
mrg
9d66e20f61
termcap.h moves to libterm.
1997-10-13 15:46:30 +00:00
fvdl
d9bc7315c5
Create getdirentries man page seperately now.
1997-10-12 23:06:53 +00:00
mark
309d2271d4
Implement soft-float support using the softfloat library from John Hauser.
1997-10-12 21:18:01 +00:00
briggs
93cacd961e
Put spaces around / in comment so 'machine/*.h' does not generate '/* inside
...
comment' warning.
1997-10-12 11:04:18 +00:00
briggs
f10f7ea13b
Fix a couple of warnings.
1997-10-12 11:01:23 +00:00