summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-08-29need CPI_xx declsJun-ichiro itojun Hagino
2002-08-29size_t has to be casted to u_long on printing.Jun-ichiro itojun Hagino
From: Martti Kuparinen <martti.kuparinen@iki.fi>
2002-08-29Work around arguably correct OpenSSL behaviour and only ask for CRLHakan Olsson
checks when we actually have CRLs to check against. Problem pointed out by <sturm@sec.informatik.tu-darmstadt.de>.
2002-08-29fix comments; seb@todesplanet.deTheo de Raadt
2002-08-29how did such an obvious typo get commited?Theo de Raadt
2002-08-29syncTheo de Raadt
2002-08-29- replace empty lines by .Pp where appropriate.Wilbern Cobb
- no empty lines at end of file. ok mpech@
2002-08-29- use .Ft and .Fn for function prototypes.Wilbern Cobb
- remove empty lines. ok mpech@
2002-08-29add missing .El; ok mpech@Wilbern Cobb
2002-08-29-compat -> -compact in .Bl; ok mpech@Wilbern Cobb
2002-08-29indet -> indent in .Bl; ok mpech@Wilbern Cobb
2002-08-29Add a new verb to list2sh.awk, 'REMOVE'. This allows the easyKenneth R Westerback
disabling of '(U)pgrade' in architectures by adding REMOVE upgrade to the end of the 'list' file for that architecture. Add code to dot.profile to check for the presence of the upgrade script before offering to (U)pgrade. Use the new verb to disable upgrades for sparc. ok deraadt@.
2002-08-29soft line breaks do not work always, just nl and tab instead, prettier tooMichael Shalayeff
2002-08-28vm_offset_t/vm_size_t are on their way to tartars nowMichael Shalayeff
2002-08-28syncTheo de Raadt
2002-08-28do not forget to export the weak alias, proper line continuationMichael Shalayeff
2002-08-28radiotrack man updates; form jumbo@Michael Shalayeff
2002-08-28update of radiotrack driver, including isapnp support; from jumbo@Michael Shalayeff
2002-08-28ancient file name in .file; from pbastos@rdc.puc-rio.brMichael Shalayeff
2002-08-28ANSIfication uncovers function argument bugs. How unusual.Artur Grabowski
2002-08-28entry for sparc/wscons with X:Matthieu Herrb
- getty runs on /dev/console. change owner of /dev/tty[CD]0 - include /dev/ttyc for mouse. ok deraadt@
2002-08-28Fix a problem where passing NULL as a pointer with varargs does not promotePer Fogelstrom
NULL to full 64 bits on a 64 bit address system. Soultion is to add a (void *) cast before NULL. This makes a 64 bit MIPS kernel work and will probably help future 64 bit ports as well. OK from art@
2002-08-28o) start new sentence on a new line;Mike Pechkin
o) don't use .Nm w/o argument in .SYNOPSIS; I waste time, when fixing already cleaned pages. :( one man ok@
2002-08-28 - Fix one typo (instead of two disable_rx, one disable_rx and one disable_tx)Artur Grabowski
- Instead of setting OACTIVE on the interface when encap fails and never clearing it, set a 2 second timer instead and hope that the memory situation will improve. This stops the lockups of the interface when memory is running low. jason@ ok.
2002-08-28RAIDframe spelling. ok art@Thierry Deval
2002-08-28avoid symbol conflict (errno)Jun-ichiro itojun Hagino
2002-08-28cast size_t to u_long on printing. from netbsdJun-ichiro itojun Hagino
2002-08-28fix systrace with chroot. from provosJun-ichiro itojun Hagino
2002-08-28Limit UDP payload size for EDNS0 to 0xffff, not use lower 16bit value.Jun-ichiro itojun Hagino
from onoe@sm.sony.co.jp
2002-08-27no more .Pp before/after .Sh; from mpech@Wilbern Cobb
2002-08-27some openbsd-related dates to celebrate; some from niklas@Michael Shalayeff
2002-08-27unlucky day on baykonurMichael Shalayeff
2002-08-27a couple of funky nuke accidentsMichael Shalayeff
2002-08-27samuel beckett; ok mickey@Markus Friedl
2002-08-27ellaborate a bit on the first icbm test (now that i've found a good history ↵Michael Shalayeff
piece)
2002-08-27jean genetMichael Shalayeff
2002-08-27fix the second call to on heap code. Noticed by drahn@. ThanksMatthieu Herrb
2002-08-27some warning text for ForwardAgent and ForwardX11; ok markus@Kevin Steves
2002-08-27RSA_public_decrypt() returns -1 on error so len must be signed; ok markus@Kevin Steves
2002-08-27Add <stdlib.h> for malloc prototypeMatthieu Herrb
2002-08-27A test for non executable heap / mprotect. Ok art@Matthieu Herrb
2002-08-27sync from libkern (where the major fix was done or the kernel piece of this)Michael Shalayeff
2002-08-27do not just bail out of the copy loop, but go to theMichael Shalayeff
'done' label for the job finish. major register missallocation for copyonfault, fix it. clean the space regs after use.
2002-08-27- sync uvm_map(), uvm_map_pageable(), uvmspace_exec(), uvm_vnp_setsize(),Wilbern Cobb
uvm_km_suballoc(), uvm_pagealloc(), uvm_page_phsload(), uvm_pageout(), uvm_vslock() and uvm_fork() with reality. - move the descriptions of uvm_km_suballoc(), uvm_km_free() and uvm_km_free_wakeup() to the correct section. - describe uvm_map_pageable_all(). - complete sentences. - add a BUGS section. ok art@
2002-08-27call ktrnamei() later, after cnp->cn_pnbuf has been made proper; art@ okMichael Shalayeff
2002-08-27allocate 64K recieve buffer for DNS responses.Jun-ichiro itojun Hagino
2002-08-27Missed file in last commit.Kenneth R Westerback
2002-08-27Move general partitioning advice from machine dependant per diskKenneth R Westerback
routine to install.sh so it is displayed only once. Strongly advise /, /tmp, /var, /usr and /home have their own disk partitions as requested by deraadt@. Rather than rely on users not re-selecting an already initialized disk, just allow them to choose from un-initialized disks. Move get_root invocation into install.sub as both install.sh and upgrade.sh did it first thing. Remove the 'workaround' to a 'vnode aliasing bug' that came in with the initial import of upgrade.sh from NetBSD. ok millert@. Rework verbiage in a few places. Clean up logic around looping through disk units by handling root disk better.
2002-08-27config_edit() isn't used anywhere. ok art@Wilbern Cobb
2002-08-27Add autoconf(9) and some links; ok art@Wilbern Cobb