summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
1996-07-29Add OpenBSD tags. Adapt to OpenBSD *_intr_establish calling conventionNiklas Hallqvist
1996-07-29Remove random() prototype, as it's not needed. Besides it was wrong for the ↵Niklas Hallqvist
alpha :-)
1996-07-29Comment out all obscure networking support; XNS, in particular, is veryJason Downs
busted and crashes people's machines when using ppp.
1996-07-29Bring forward alpha configuration files to 0722. Add OpenBSDNiklas Hallqvist
tags. s/netbsd/bsd/. Add ATAPI and dummy PCMCIA defines.
1996-07-29comment on ptrace & P_SUGIDTheo de Raadt
1996-07-29Fix stupid logic error in bind().Jason Downs
1996-07-29Make TCP ISS increment by random amountsThorsten Lockert
1996-07-29no cy* quite yet..Theo de Raadt
1996-07-29grrTheo de Raadt
1996-07-29cy needs-count (for now)Theo de Raadt
1996-07-29Make 600, instead of 512, the lower limit for reserved ports.Jason Downs
1996-07-29Fix a small bug and change the logic of the bind() port choosing:Jason Downs
Use a random starting point the first time through the loop.
1996-07-29From FreeBSD (with slightly different sysctl names):Jason Downs
"... Allow the user to nominate one of three ranges of port numbers as candidates for selecting a local address to replace a zero port number. The ranges are selected via a setsockopt(s, IPPROTO_IP, IP_PORTRANGE, &arg) call. The three ranges are: default, high (to bypass firewalls) and low (to get a port below 1024). The default and high port ranges are sysctl settable under sysctl net.inet.ip.portrange.* [net.inet.ip.portfirst, net.inet.ip.portlast, net.inet.ip.porthifirst, and net.inet.ip.porthilast currently in OpenBSD.] This code also fixes a potential deadlock if the system accidently ran out of local port addresses. It'd drop into an infinite while loop. The secure port selection (for root) should reduce overheads and increase reliability of rlogin/rlogind/rsh/rshd if they are modified to take advantage of it."
1996-07-28sync 0722Theo de Raadt
1996-07-28pccom and com are now mutually exclusive; pccom moves to major 8, theJason Downs
same as com. Also various function renaming and such so that multiport drivers should now be able to link with pccom. pccomvar.h is no longer needed.
1996-07-28fix vsnprintf return valTheo de Raadt
1996-07-27proto ppp_restartTheo de Raadt
1996-07-27handle RB_CONFIGTheo de Raadt
1996-07-27handle RB_CONFIGTheo de Raadt
1996-07-27BOOT_CONFIG for all arch, not just i386Theo de Raadt
1996-07-27support -c optionTheo de Raadt
1996-07-27subr_userconf.c only for BOOT_CONFIG optionTheo de Raadt
1996-07-27jtk; One more fix as pointed out by enami tsugutomo <enami@ba2.so-net.or.jp>:Theo de Raadt
check slen before accessing cp[1] in GETNUM macro. fix PRs 219, 2295, 2612: speaker bugs on i386 port: remove overruns due to faulty bounds checking; repair faulty octave limiting.
1996-07-27mhitch; Don't flush the 53C94 fifo when starting dma_in. The fifo data isTheo de Raadt
valid at that point, and flushing the fifo will hang the system.
1996-07-27fvdl; Don't mistake a non-async block that needs to be commited for anTheo de Raadt
interrupted write.
1996-07-27fvdl; We're only handling uio with iovcnt == 1, so don't ever attempt toTheo de Raadt
increment uio_iov, this will get us into nasty trouble. (Thanks to Matthias Drochner for tracking this down).
1996-07-27use mtime for v3 setattrTheo de Raadt
1996-07-27various fixesTheo de Raadt
1996-07-27sec can be a longTheo de Raadt
1996-07-27pad for machines that do not pad structs outTheo de Raadt
1996-07-27cy*Theo de Raadt
1996-07-27split cy driver upTheo de Raadt
1996-07-26export non-constipated sys_errlist[] to userlandTheo de Raadt
1996-07-25Kernel changes for ppp2.3a4.joshd
1996-07-25SS_CONNECTOUT indicates socket was connect()ed at this end, accept()ed at ↵Theo de Raadt
other end
1996-07-25Let's fix this more or less `correctly', rather then making it worse.Jason Downs
1996-07-24for sun-modified maxtor XT-8760S drives; from ivanenko@ctpa03.mit.eduTheo de Raadt
1996-07-24printf style functions now are int, explicitly return 0Niklas Hallqvist
1996-07-24ep*Theo de Raadt
1996-07-23make printf/addlog return 0, for compat to userlandTheo de Raadt
1996-07-23syncTheo de Raadt
1996-07-22Initial integration of pieces of Manuel's patch5. From the announce:Jason Downs
- integration of Milton Ngan's patch, which provide audio command support. ..with lots of cleaning up by me. Audio is still untested. This will change shortly.
1996-07-22Dir is not empty anymoreTobias Weingartner
1996-07-21Ensure we never use more than one callout table slotThorsten Lockert
1996-07-20add KOI-8 cyrillic fontsMichael Shalayeff
1996-07-19Fixed NetBSD pr #2633 (douzzer@mit.edu)--Be slightly more reasonabledm
about something like printf ("bogus format %l");
1996-07-19Got rid of blinking square in the screen saver (it prevented fancy monitorsdm
from going into power-saving mode).
1996-07-18Fix. Speed is not initialized. XXX check.Per Fogelstrom
1996-07-18Endian macros added.Per Fogelstrom
1996-07-18Add macros to handle endian issues.Per Fogelstrom