Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-07-29 | Add OpenBSD tags. Adapt to OpenBSD *_intr_establish calling convention | Niklas Hallqvist | |
1996-07-29 | Remove random() prototype, as it's not needed. Besides it was wrong for the ↵ | Niklas Hallqvist | |
alpha :-) | |||
1996-07-29 | Comment out all obscure networking support; XNS, in particular, is very | Jason Downs | |
busted and crashes people's machines when using ppp. | |||
1996-07-29 | Bring forward alpha configuration files to 0722. Add OpenBSD | Niklas Hallqvist | |
tags. s/netbsd/bsd/. Add ATAPI and dummy PCMCIA defines. | |||
1996-07-29 | comment on ptrace & P_SUGID | Theo de Raadt | |
1996-07-29 | Fix stupid logic error in bind(). | Jason Downs | |
1996-07-29 | Make TCP ISS increment by random amounts | Thorsten Lockert | |
1996-07-29 | no cy* quite yet.. | Theo de Raadt | |
1996-07-29 | grr | Theo de Raadt | |
1996-07-29 | cy needs-count (for now) | Theo de Raadt | |
1996-07-29 | Make 600, instead of 512, the lower limit for reserved ports. | Jason Downs | |
1996-07-29 | Fix 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-29 | From 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-28 | sync 0722 | Theo de Raadt | |
1996-07-28 | pccom and com are now mutually exclusive; pccom moves to major 8, the | Jason 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-28 | fix vsnprintf return val | Theo de Raadt | |
1996-07-27 | proto ppp_restart | Theo de Raadt | |
1996-07-27 | handle RB_CONFIG | Theo de Raadt | |
1996-07-27 | handle RB_CONFIG | Theo de Raadt | |
1996-07-27 | BOOT_CONFIG for all arch, not just i386 | Theo de Raadt | |
1996-07-27 | support -c option | Theo de Raadt | |
1996-07-27 | subr_userconf.c only for BOOT_CONFIG option | Theo de Raadt | |
1996-07-27 | jtk; 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-27 | mhitch; Don't flush the 53C94 fifo when starting dma_in. The fifo data is | Theo de Raadt | |
valid at that point, and flushing the fifo will hang the system. | |||
1996-07-27 | fvdl; Don't mistake a non-async block that needs to be commited for an | Theo de Raadt | |
interrupted write. | |||
1996-07-27 | fvdl; We're only handling uio with iovcnt == 1, so don't ever attempt to | Theo de Raadt | |
increment uio_iov, this will get us into nasty trouble. (Thanks to Matthias Drochner for tracking this down). | |||
1996-07-27 | use mtime for v3 setattr | Theo de Raadt | |
1996-07-27 | various fixes | Theo de Raadt | |
1996-07-27 | sec can be a long | Theo de Raadt | |
1996-07-27 | pad for machines that do not pad structs out | Theo de Raadt | |
1996-07-27 | cy* | Theo de Raadt | |
1996-07-27 | split cy driver up | Theo de Raadt | |
1996-07-26 | export non-constipated sys_errlist[] to userland | Theo de Raadt | |
1996-07-25 | Kernel changes for ppp2.3a4. | joshd | |
1996-07-25 | SS_CONNECTOUT indicates socket was connect()ed at this end, accept()ed at ↵ | Theo de Raadt | |
other end | |||
1996-07-25 | Let's fix this more or less `correctly', rather then making it worse. | Jason Downs | |
1996-07-24 | for sun-modified maxtor XT-8760S drives; from ivanenko@ctpa03.mit.edu | Theo de Raadt | |
1996-07-24 | printf style functions now are int, explicitly return 0 | Niklas Hallqvist | |
1996-07-24 | ep* | Theo de Raadt | |
1996-07-23 | make printf/addlog return 0, for compat to userland | Theo de Raadt | |
1996-07-23 | sync | Theo de Raadt | |
1996-07-22 | Initial 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-22 | Dir is not empty anymore | Tobias Weingartner | |
1996-07-21 | Ensure we never use more than one callout table slot | Thorsten Lockert | |
1996-07-20 | add KOI-8 cyrillic fonts | Michael Shalayeff | |
1996-07-19 | Fixed NetBSD pr #2633 (douzzer@mit.edu)--Be slightly more reasonable | dm | |
about something like printf ("bogus format %l"); | |||
1996-07-19 | Got rid of blinking square in the screen saver (it prevented fancy monitors | dm | |
from going into power-saving mode). | |||
1996-07-18 | Fix. Speed is not initialized. XXX check. | Per Fogelstrom | |
1996-07-18 | Endian macros added. | Per Fogelstrom | |
1996-07-18 | Add macros to handle endian issues. | Per Fogelstrom | |