Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-06-26 | rename BAD as INVALID | Theo de Raadt | |
1998-06-26 | no luns on the ricoh scanner | Theo de Raadt | |
1998-06-25 | sync | Theo de Raadt | |
1998-06-25 | remove duplicate | Theo de Raadt | |
1998-06-25 | Kill PCVT_NETBSD and PCVT_FREEBSD. We no longer have to modify pcvt | Todd C. Miller | |
when we increase the OpenBSD version and our pcvt is now meaningfully diffable against the NetBSD one. | |||
1998-06-24 | initialization error; joel@wmi.com | Theo de Raadt | |
1998-06-24 | add bcmp() | Michael Shalayeff | |
1998-06-24 | some more files for libkern (/boot uses it's own Makefile for this) | Michael Shalayeff | |
1998-06-23 | sync | Theo de Raadt | |
1998-06-23 | add LoFi;jonathan | Theo de Raadt | |
1998-06-23 | remove brain damaged rcs tags | Michael Shalayeff | |
1998-06-23 | import the original hp sources for the spmath library w/ | Michael Shalayeff | |
the a bsd-like hp licensing on 'em. w/ many thanks to: Mike Hibler <mike@fast.cs.utah.edu> James Loveluck <loveluck@ri.silicomp.fr> Patrick Roudaud <patrick@enserg.fr> | |||
1998-06-23 | initial import of osf-hacked HP one | Michael Shalayeff | |
1998-06-23 | std framework | Michael Shalayeff | |
1998-06-23 | lbikern as well | Michael Shalayeff | |
1998-06-23 | some includes | Michael Shalayeff | |
1998-06-23 | use HP version | Michael Shalayeff | |
1998-06-23 | initial import | Michael Shalayeff | |
1998-06-23 | ok, it boots, include and libkern to come | Michael Shalayeff | |
1998-06-23 | sync | Theo de Raadt | |
1998-06-23 | new stuff | Theo de Raadt | |
1998-06-23 | wt0 moved to 0x308; avoids conflicts; burgess@cynjut.neonramp.com | Theo de Raadt | |
1998-06-23 | insert debug printf | Michael Shalayeff | |
1998-06-19 | Added memset.c, needed by AUDIO_INITINFO | Marc Espie | |
1998-06-17 | import cnset() from libsa | Michael Shalayeff | |
1998-06-17 | there is no such thing as APM_NOIDLE any more | Michael Shalayeff | |
1998-06-16 | Xref pcvt(4) not pcvt(8); Oleg Safiullin <form@vs.itam.nsc.ru> | Todd C. Miller | |
1998-06-15 | sync | Theo de Raadt | |
1998-06-15 | another viatech bridge | Theo de Raadt | |
1998-06-14 | fix compat shmctl/IPC_STAT | Matthieu Herrb | |
1998-06-12 | fix potential bug where sprintf and %p would write to console | David Leonard | |
1998-06-12 | sync | Theo de Raadt | |
1998-06-12 | ifdef the new sem/shm/msg syscalls | Theo de Raadt | |
1998-06-11 | kill ushort | Theo de Raadt | |
1998-06-11 | do not export old structures to userland | Theo de Raadt | |
1998-06-11 | change ipc.h to use uid_t and friends, and then build compat system calls ↵ | Theo de Raadt | |
for the old ushort based ipc.h | |||
1998-06-11 | sync | Theo de Raadt | |
1998-06-11 | move shm/msg/sem calls because ipc.h is getting uid_t and friends | Theo de Raadt | |
1998-06-11 | indent | Theo de Raadt | |
1998-06-11 | return EOPNOTSUPP for chflags() changes; peter@freebsd | Theo de Raadt | |
1998-06-11 | fix a mbuf chain corruption which happened when m_pullup was called on an | Niels Provos | |
mbuf in the middle of the chain and had to MGET a new one. | |||
1998-06-11 | Remove two incorrect ntoh's which make a comparison of a constant w/ a | Theo de Raadt | |
value from a packet not work right (only one of them needs ntoh!); Fixes a bug reported by David Brownlee; wrstuden | |||
1998-06-11 | nice DEBUGFLAGS handling | Michael Shalayeff | |
1998-06-11 | put missed changes that support booting from floppy (; | Michael Shalayeff | |
i applodgize for any inconvinience this memory hole caused to people. ps. i would like to know the snapshots schedule to issue extra testing cycles to ensure i did not forget anything. | |||
1998-06-11 | fix leap year | Michael Shalayeff | |
1998-06-10 | make the packets which were successfully processed by IPSec available to | Niels Provos | |
bpf via the enc0 interface, using linktype DLT_ENC. | |||
1998-06-10 | XPG says 4th arg is optional | Theo de Raadt | |
1998-06-10 | wasteland quality control cleanup | Theo de Raadt | |
1998-06-10 | New TCPCTL_IDENT sysctl for identd without kmem insanity. | Bob Beck | |
1998-06-09 | do not permit ptrace attach to immutable executable | Theo de Raadt | |