summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-02-10syncTheo de Raadt
2004-02-10Make this work. will figure out what this should be later.Dale Rahn
2004-02-10Fix PIC cerror. ok miod@ mickey@Dale Rahn
2004-02-10make Nm match Dt;Jason McIntyre
2004-02-10Fix/enable lazy binding on amd64 ld.soDale Rahn
2004-02-10fix copyrightsMichael Shalayeff
2004-02-10fflush(stdout). kame pr 584Jun-ichiro itojun Hagino
2004-02-10Disable lazy binding for now.Dale Rahn
2004-02-10make Nm match Dt;Jason McIntyre
2004-02-10make Nm match Dt;Jason McIntyre
2004-02-10sync with reloc.h change.Dale Rahn
2004-02-10Relocation types, used by ld.soDale Rahn
2004-02-10AMD64 dynamic linker. initial work by mickey finished up by myself.Dale Rahn
2004-02-10Check for RTLD_TEXT_PLT define instead of an architecture specific check.Dale Rahn
2004-02-10explain the behaviour with TCP_MD5SIG on listening socketsHenning Brauer
2004-02-10make Nm match Dt;Jason McIntyre
2004-02-10remove bt reference;Jason McIntyre
2004-02-10make Dt and Nm match the name of this page;Jason McIntyre
2004-02-10at startup, before sending several DHCPDISCOVER and waiting ages for answers,Henning Brauer
2004-02-10upper case id;Jason McIntyre
2004-02-10ap_server_strip_chroot() is void not int, found by otto while playing withHenning Brauer
2004-02-10Check for the device existence in cnprobe() as done in match(), to be sureMiod Vallat
2004-02-10check TF_SIGNATURE when calculating the mss; add TCPOLEN_SIGLEN andMarkus Friedl
2004-02-10Fix cnprobe() and cninit() prototypes.Miod Vallat
2004-02-10new kernel reports enabled & disabled time - use that info.Cedric Berger
2004-02-10Make pfsync work correctly with IP options on 64-bit alignmentRyan Thomas McBride
2004-02-10Unbreak -h <hostname>; from FreeBSD. ok deraadt@Otto Moerbeek
2004-02-10slight sync with header;Jason McIntyre
2004-02-10- sort optionsJason McIntyre
2004-02-10tidy Makefiles;Jason McIntyre
2004-02-10Tell user to run pstat -t to get kern.tty.ttyinfo if they explicitlyTodd C. Miller
2004-02-10regen properlyMichael Shalayeff
2004-02-10XXX: build ksh -O0 for now, since it makes it a whole lot more stable.Theo de Raadt
2004-02-10Clean-up logic, support -$ on gcc2, nothing on gcc3.Marc Espie
2004-02-10syncTheo de Raadt
2004-02-10Add the ptm device to pty(4). By opening /dev/ptm and using the PTMGETTodd C. Miller
2004-02-10Adjust comment now that number of ptys is dynamic.Todd C. Miller
2004-02-10Don't hard-code type for tty sysctls to CTLTYPE_QUAD; some values areTodd C. Miller
2004-02-10Dynamically allocate space for ptys; adapted from NetBSD by beck@Todd C. Miller
2004-02-10Allow /boot to load read-only data segments in ELF kernels.Tom Cosgrove
2004-02-10These files are out-of-date and not really relevant to the install.Tom Cosgrove
2004-02-10Make debug_init void debug_init(void), like nearly all of the otherTom Cosgrove
2004-02-10Enable interrupts before halt when we error out. Allows use ofTom Cosgrove
2004-02-10CURBRK -> __curbrk changes from mickey, minbrk addition by me, ok mickey@Dale Rahn
2004-02-10correct function names, ok deraadt@Dale Rahn
2004-02-09print networks tooHenning Brauer
2004-02-09drain the list fluffierHenning Brauer
2004-02-09remove debugging printfMichael Shalayeff
2004-02-09repair cpu dmesg print a bitMichael Shalayeff
2004-02-09masks are only 32 bits on openbsdTheo de Raadt