Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
1996-06-26 | Accept NULL nset in prepare child (as run_editor will try to use one). | dm | |
1996-06-26 | expand %d is panicstr | dm | |
1996-06-26 | lpr attaches with lpt_isa_ca | dm | |
1996-06-26 | When a dirty buffer is written to, don't move it to the tail of the | Thorsten Lockert | |
dirty list. Doing that can, for a block that is written to with a period of less than 30 seconds, cause the block to never be flushed to disk. Idea from Jeffrey Mogul's paper covering the same basic changes. | |||
1996-06-26 | Print empty TCP flags checks (like '/SA' ) properly | dm | |
1996-06-26 | New safer userconf_number, more can be terminated with q, if more than one | Mats O Jansson | |
device uses the same slots, allocates new space. /moj | |||
1996-06-26 | put the tab in | Theo de Raadt | |
1996-06-26 | handle $OpenBSD$ rcsid... using uname too! | Theo de Raadt | |
1996-06-26 | rcsid | Theo de Raadt | |
1996-06-26 | [1] add new rxso passing structure to if_atm.h | chuck | |
[2] modify atm_output to handle native mode atm output mbufs | |||
1996-06-26 | fixes/new stuff: | chuck | |
[1] if user tries to enter in a bogus PVC don't leave it in the routing table ... remove it [2] change ioctl arg to include rxso for lower layer [3] add hooks (inside "NATM" ifdef) for native mode atm sockets so that they don't clash with IP PVCs. [i am still debugging the native mode atm socket protosw code] | |||
1996-06-26 | fixes: | chuck | |
[1] rxslot "cur" pointer wasn't updated if we copied all data and didn't have any fill. this could cause a service id mismatch panic under load. [2] recv of aal0 forgot to include the cell header in the data length calc [add cell header length to midwayreg.h] [3] fix control info "chop" for raw mode and aal0 [4] handle rxsb better for native atm connections (XXX: still working on this ... not complete and needs revision) | |||
1996-06-26 | open + fdopen | Theo de Raadt | |
1996-06-25 | mktemp w/ open & fdopen | Theo de Raadt | |
1996-06-25 | open O_EXCL instead of creat; for writable rdist directories... still small DOS | Theo de Raadt | |
1996-06-25 | mkstemp & fdopen | Theo de Raadt | |
1996-06-25 | umask() AF_UNIX socket; still a small DOS window | Theo de Raadt | |