Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-06-29 | new: add a raw_threshold for raw mode. this basically tells the driver | chuck | |
to ignore inbound data sizes less than the threshold. otherwise, when connected to a video aal0 input the driver gives us a massive stream of 56 byte mbufs each with one aal0 cell in it and the system just can't keep up with it, especially if the socket buffer size is large [it hangs until you turn off the video source]. fixes: when turning off a vc, try and check the freshest copy of the mode when seeing if we need to enter the "drain" state. also, don't panic if we get unexpected rx interrupt on a VCI (instead make sure the VC is off, print a warning, and move on!). | |||
1996-06-29 | Add external declaration for osversion[] | Thorsten Lockert | |
1996-06-29 | Move new KERN_OSVERSION sysctl request so binary compatibility with NetBSD | Thorsten Lockert | |
is preserved | |||
1996-06-29 | MIssed this one in previous commit; make uname(1) and uname(3) do the | Thorsten Lockert | |
right thing for the version field | |||
1996-06-29 | Make uname(1) and uname(3) do sane things for the version field; now will | Thorsten Lockert | |
show only "KERNEL#build". | |||
1996-06-29 | Include OS as part of output; add -k option like SunOS | Thorsten Lockert | |
1996-06-29 | change: | chuck | |
- change asock to rxhand and adjust all for this [esp atm_input] | |||
1996-06-29 | change: | chuck | |
- change rxso into a void handle ... no need to know details at this low level. fix: - forgot to init "vci" during ENOTHER_DRAIN case of RX DMA interrupt [could cause a vm_fault on native mode connection close depending on needing to drain out the VC and also the random value of vci] | |||
1996-06-29 | correct link names. | Michael Shalayeff | |
1996-06-29 | option not options | Theo de Raadt | |
1996-06-29 | s/NOFILE/sysconf(_SC_OPEN_MAX)/ | Theo de Raadt | |
1996-06-29 | multiple receivers, port checking. testing help from bitblt | Theo de Raadt | |
1996-06-29 | provide if_attachhead(), and make if_loop use it | Theo de Raadt | |
1996-06-29 | prefer non-loopback addresses | Theo de Raadt | |
1996-06-29 | pmap_set/unset to loopback; should rewrite to search for loopback addr | Theo de Raadt | |
1996-06-29 | typo | Theo de Raadt | |
1996-06-29 | fix multiple invocations; from tlb@viaweb.com | Theo de Raadt | |
1996-06-29 | kernel image is bsd, not netbsd. | Michael Shalayeff | |
1996-06-29 | fix. add to tags all the gnu ... | Michael Shalayeff | |
1996-06-29 | put ext2fs into tags too. | Michael Shalayeff | |
1996-06-29 | make "option" an alias for "options" | Theo de Raadt | |
1996-06-29 | INST requires ncr. | Jason Downs | |
1996-06-29 | Update for removal of GNU tar(1) | Thorsten Lockert | |
1996-06-29 | Use tar(1) emulation as provided by pax(1) | Thorsten Lockert | |
1996-06-29 | bindresvport if possible; uid 0 check is ridiculous crap | Theo de Raadt | |
1996-06-29 | bindresvport() called incorrectly; we need a proto somewhere guys | Theo de Raadt | |
1996-06-28 | fix usage message; netbsd pr#2580; jhawk@mit.edu | Theo de Raadt | |
1996-06-28 | closelog() before we trash syslog descriptor | Theo de Raadt | |
1996-06-28 | closelog() before we trash the syslog descriptor; suggestion from ↵ | Theo de Raadt | |
alan@parsys.co.uk | |||
1996-06-28 | Try a bit harder to get the user's default organization | Thorsten Lockert | |
1996-06-28 | add hook for user to turn on/off raw mode | chuck | |
1996-06-28 | new: add all needed hooks to engage raw mode. | chuck | |
1996-06-28 | syslogd -s by default | Theo de Raadt | |
1996-06-28 | cleanup: K&R function declarations; use opendev(); use err(). | Jason Downs | |
1996-06-27 | backout spl change | Theo de Raadt | |
1996-06-27 | new 2940 driver merged from freebsd sources 960623 | shawn | |
1996-06-27 | We now support bug reports using a modified version of send-pr(1) that | Thorsten Lockert | |
will not interfere with a possible local installation of GNATS | |||
1996-06-27 | We now support bug reports using a modified version of send-pr(1) that | Thorsten Lockert | |
will not interfere with a possible local installation of GNATS | |||
1996-06-27 | for DNS hosts.byname queries, supply all addresses | Theo de Raadt | |
1996-06-27 | More bugs fixed. Replaced lots of "|" and "&" with the correct "||" and "&&". | Mats O Jansson | |
1996-06-27 | Make ext2fs_vfsops non-static | Jason Downs | |
1996-06-27 | Add ext2fs to the vfssw | Jason Downs | |
1996-06-27 | Add mount_ext2fs; stripped down mount_ffs and the man page from FreeBSD. | Jason Downs | |
1996-06-27 | Changed to match UFS changes; remove old file. | Jason Downs | |
1996-06-27 | Moving some things around; struct inode still ends up bigger, though. | Jason Downs | |
This should, hopefully, be the last UFS changes required. | |||
1996-06-27 | throw user_config() into #ifdef BOOT_CONFIG | Theo de Raadt | |
1996-06-27 | fix/improvement: | chuck | |
- add proto if atm_input - add native mode atm hooks to if_atmsubr.c (atm_input) | |||
1996-06-27 | fixes/improvements: | chuck | |
- more stat counters (rxmbufout -- mbufs, ttrash -- trashed RBD) - add swsl_size to keep track of size of software slist - revise when we call en_service - fix handling of circular lists (was getting full vs empty confused in extreem cases...) - native mode atm: remove sbappend code: can't do it here since socket buffer is protected only by splsoftnet and that doesn't mask enintr off. forces us to switch to a two level interrupt scheme. revise call to atm_input to reflect that. | |||
1996-06-26 | Copyright fixes and cleaned up after move to use of libutil. /moj | Mats O Jansson | |
1996-06-26 | Same copyright all over, removed my name from ypdb.[ch], small bugfix | Mats O Jansson | |
in ypserv_db.c /moj |