Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-07-30 | Cleanup of abi call and endian stuff. Also fixed some bugs. (AENT). | Per Fogelstrom | |
1996-07-30 | errno restore was reversed. | Jason Downs | |
1996-07-30 | if (beer-tonight) test-before-commit(); | Theo de Raadt | |
1996-07-30 | only reset port-range if modified initially; if needed call getsockname | Theo de Raadt | |
1996-07-30 | Update ECOFF nlist from NetBSD | Niklas Hallqvist | |
1996-07-29 | Reset port range if bind() fails. | Jason Downs | |
1996-07-29 | ensure bindresvport() is told to find a port | Theo de Raadt | |
1996-07-29 | Use new bind() kernel semantics. | Jason Downs | |
1996-07-29 | rresvport() in terms of bind() & bindresvport() | Theo de Raadt | |
1996-07-27 | close all pipes in child; netbsd pr#2575 | Theo de Raadt | |
1996-07-27 | typo | Theo de Raadt | |
1996-07-27 | typo | Theo de Raadt | |
1996-07-27 | be very careful in case of signed chars | Theo de Raadt | |
1996-07-25 | oops, floatconstants are in memory so wee need a .cpload to set gp-reg. | Per Fogelstrom | |
1996-07-22 | bzero sockaddr_in | Theo de Raadt | |
1996-07-22 | bzero sockaddr before use | Theo de Raadt | |
1996-07-20 | bcopy->memcpy & tag | Theo de Raadt | |
1996-07-20 | bogus frees; from jraynard@freebsd.org | Theo de Raadt | |
1996-07-20 | support # comments | Theo de Raadt | |
1996-07-12 | cannot check for stack underflow | Theo de Raadt | |
1996-07-06 | type fixos | Theo de Raadt | |
1996-07-03 | prototype ethers(3) functions (inside !_KERNEL), pointed out in | Theo de Raadt | |
netbsd pr#2471, jhawk@mit.edu | |||
1996-07-03 | document EOPNOTSUPP error return; from kgor@ksg.com | Theo de Raadt | |
1996-07-03 | Permit old behaviour of uname(2) if new kernel variable is not available | Thorsten Lockert | |
1996-07-02 | for magic MD5 salt, call md5crypt() | Theo de Raadt | |
1996-07-02 | pretty the comment | Theo de Raadt | |
1996-07-01 | update rcsid | Theo de Raadt | |
1996-07-01 | streamline, check ports | Theo de Raadt | |
1996-06-30 | destination address should have read source, return description was ambigous. | dm | |
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 | 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-23 | from jtc; Ensure user can't make us overrun fixed sized buffers. | Theo de Raadt | |
Merged in changes from branch (make sure all memory, file descriptors, mappings, etc. are freed and return (nl_catd) -1 on error). Also fix one minor bug and clean up NLSPATH parsing a bit more. | |||
1996-06-23 | from mark; set r1 to -1 as well as r0 so callers expecting a 64 bit | Theo de Raadt | |
result will get -1. | |||
1996-06-19 | MD2 copyright is too restrictive for us, pointed out by Jason Thorpe | Niklas Hallqvist | |
1996-06-18 | use p->hashfraction when doing non-time-critical calculations, rather than | Theo de Raadt | |
using HASHFRACTION directly. in time-critical calculations, if HASHFRACTION is a power of two, check that p->hashfraction == HASHFRACTION and if so do the calculation with the compiled-in value so that the compiler can optimize out (potentially) expensive divisions. if p->hashfraction != HASHFRACTION, actually do the division. This has the result that on machines with slow division, the division can be optimized out of the common case, but that if HASHFRACTION changes from the compiled-in value (for whatever reason), profiling will still work. Changes suggested by Chris Torek. | |||
1996-06-18 | build poll.o | Theo de Raadt | |
1996-06-17 | Added better ELF section header handling. Correctly handle stripped objs. | etheisen | |
Added STT_FILE translation. General cleanup. | |||
1996-06-14 | if no executable formats are defined for the architecture, it should | Theo de Raadt | |
nlist should return -1 (not garbage). Guess how I found this bug. | |||
1996-06-10 | iruserok() can finally safely use a u_int32_t for the ip addr | Theo de Raadt | |
1996-06-10 | exit nicely, error out nicely | Theo de Raadt | |
1996-06-10 | make 64 bit clean | Theo de Raadt | |
1996-06-10 | fix %V | Theo de Raadt | |
1996-06-03 | Add md[245] routines in libc/md, remove md5 from libc/crypt. Add $OpenBSD$ | Niklas Hallqvist | |
1996-05-30 | Fixes for ecoff updates | Per Fogelstrom | |
1996-05-30 | add md5crypt() | Theo de Raadt | |
1996-05-29 | enable ELF/a.out/ECOFF in machine/exec.h | Theo de Raadt | |
1996-05-28 | All platforms get elf_nlist(). Hidden __elf_is_okay__() function is | etheisen | |
now present for ELF platforms. This function is not ABI compliant and it's use should be restricted. exec_sup.h now determines the target OMF for various platforms. | |||
1996-05-27 | whoops | Theo de Raadt | |