Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-02-15 | when allocating sack blocks check for failing malloc(), if it fails | Niels Provos | |
just ignore the sack block + fix misleading comment. tomh@CS.Berkeley.EDU | |||
1999-02-14 | Use IOV_MAX, not the deprecated UIO_MAXIOV | Todd C. Miller | |
1999-02-14 | place a bin-patcheable z_verbose here for -DDEBUG | Michael Shalayeff | |
1999-02-14 | make z_error be a panic | Michael Shalayeff | |
1999-02-14 | fix -DDEBUG case, ie remove L-user-and stuff such as fprintf and stderr. | Michael Shalayeff | |
another obvious fix would be porting stdio file functions into stand library, so code would go smooth from -lz, but former seems to be a minimal-change-compliant approach. | |||
1999-02-14 | inherit DEBUGFLAGS form Makefile.inc | Michael Shalayeff | |
1999-02-14 | Don't do range checking on namelen unless name is non-NULL, otherwise | Todd C. Miller | |
namelen is uninitialized. | |||
1999-02-14 | readv/writev with iov_len == 0 is legal (was already ok in uipc_syscalls.c). | Todd C. Miller | |
Make the check more readable by comparing against SSIZE_MAX instead of checking for wraparound. This is safe because SSIZE_MAX * 2 <= SIZE_T_MAX. Fixes recno problems in the db routines exposed by a perl test. | |||
1999-02-14 | add disassembler, mainly HP code, tamed to ddb by me | Michael Shalayeff | |
1999-02-13 | Always check that "range->start" and "range->len" is within the bounds of | Federico G. Schwindt | |
"h->sc->iobase" and "h->sc->iosize" before call bus_space_alloc. | |||
1999-02-13 | update to -current | Michael Shalayeff | |
remove stuff i would avoid to use add recent stuff, and not recent stuff adjustments in ccd,vnd,bpf to accomodate above changes | |||
1999-02-13 | remove local cvs Id | Michael Shalayeff | |
1999-02-13 | pass esym to the kernel | Michael Shalayeff | |
1999-02-13 | If the card is not present be sure to always call bus_space_unmap on exit. | Federico G. Schwindt | |
1999-02-13 | If the card is not present be sure to always call bus_space_unmap on exit. | Federico G. Schwindt | |
1999-02-12 | do not accept T_TRCTRAP DDB inside the osyscall stub; weingart | Theo de Raadt | |
1999-02-12 | angelos cannot spell small words | Theo de Raadt | |
1999-02-11 | do not copyout uninitialized memory; arnej@math.ntnu.no | Theo de Raadt | |
1999-02-11 | fix tabs to spaces between #define and NAME, to match the rest of the file | Michael Shalayeff | |
1999-02-11 | oops, PPP_XNS protocol type for NS from freebsd | Michael Shalayeff | |
1999-02-11 | avoid insane lengths for various syscalls | Theo de Raadt | |
1999-02-10 | sync | Theo de Raadt | |
1999-02-10 | branding support and freebsd elf | Theo de Raadt | |
1999-02-10 | freebsd madvise() clone, always returns 0 for now | Theo de Raadt | |
1999-02-10 | more ioctl support | Theo de Raadt | |
1999-02-10 | IP_HDRINCL support, will need tweaking; freebsd | Theo de Raadt | |
1999-02-10 | linux sendmsg/recvmsg | Theo de Raadt | |
1999-02-10 | more socket/file ioctl | Theo de Raadt | |
1999-02-10 | strncpy; edx trashing solution in sys_pipe(); freebsd | Theo de Raadt | |
1999-02-10 | Correct directory entry reads, big directories lost entries as it were. | Niklas Hallqvist | |
Also, fix the NCR SVR4 rdebug syscall emulation. | |||
1999-02-09 | correct rst handling should not consult ack field here | Hugh Graham | |
1999-02-09 | add two nops needed for wrpr/wrwim post-delay | Theo de Raadt | |
1999-02-09 | sync | Theo de Raadt | |
1999-02-09 | more flesh | Theo de Raadt | |
1999-02-09 | $Log is ugly | Theo de Raadt | |
1999-02-09 | $Log$ is ugly | Theo de Raadt | |
1999-02-09 | Added kernel support for user debugging. Fixed file ID's | Steve Murphree | |
1999-02-09 | Fix cua device to not block on open. | Jim Rees | |
Turn off chip (and dtr) on interrupted open. | |||
1999-02-08 | Fix cua device to not block on open. | Jim Rees | |
Turn off chip (and dtr) on interrupted open. | |||
1999-02-08 | Don't allow open if the vnode is VBLK or VCHR and we are mounted with MNT_NODEV | Artur Grabowski | |
1999-02-08 | regen | Todd C. Miller | |
1999-02-08 | PCI_PRODUCT_CONTAQ_SIO -> PCI_PRODUCT_CONTAQ_82C693 | Todd C. Miller | |
1999-02-08 | In alpha_shared_intr_stray(), if intr_maxstrays is 0 just return (NetBSD) | Todd C. Miller | |
1999-02-08 | init incr tcp iss from snd_nxt, not rcv_nxt; 4.4 | Theo de Raadt | |
1999-02-08 | match be & qe as part of the bootpath | Jason Wright | |
1999-02-08 | sync | Jason Wright | |
1999-02-08 | Davicom DM9101; from NetBSD. | Jason Wright | |
1999-02-08 | typo in comment | Artur Grabowski | |
1999-02-08 | Because of BROKEN_PROM braindamage we need to allow an interupt | Todd C. Miller | |
initialized (but not registered) as IST_LEVEL be assigned IST_EDGE. | |||
1999-02-07 | implement sparc atomic lock with LDSTUB | David Leonard | |