summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Un.Ar makefile. The add of .Ar was part of my last commit.charnier2002-04-121-3/+1
| | | | Asked by: ru
* Include <sys/cdefs.h> for definition of __BSD_VISIBLE.mike2002-04-123-0/+3
| | | | Pointy hat to: mike
* Back out previous backout. It seems I was right to begin with, and DSA isdes2002-04-121-2/+0
| | | | | preferrable to RSA (not least because the SECSH draft standard requires DSA while RSA is only recommended).
* Unbreak this as well.ru2002-04-121-1/+1
| | | | | | At the extra bonus of fixing the contents of the .depend file. Not really my day.
* Add a couble more Promise chip ID's.sos2002-04-121-1/+2
|
* Reorder #include. Cast arg #2 of lseek to an off_t when constant. No need tocharnier2002-04-123-31/+27
| | | | | | | test if failsafe memory allocation fails, it can't. perror -> warn. Use failsafe memory allocation provided. Use .Pa and .Ar. Uppercase (first letter) programname after dot.
* Make `make WARNS=3' succeed, notably, use %d to printf daddr_t value.charnier2002-04-122-33/+33
| | | | | Use `.Nm Ns .' instead of `.Nm .' Add FBSDID. Do not put spaces inside [] in usage string.
* Document that only superuser can use -c option. Add FBSDID. Make use of uid_tcharnier2002-04-122-13/+19
| | | | | to silent lint. fprintf -> err conversion. Add some FALLTHROUGH and NOTREACHED comment to silent lint.
* Add FBSDID. Do not put spaces inside [] in usage string. Test memory allocationcharnier2002-04-122-12/+13
| | | | | return code. Correct and update C example in man page. Uppercase program name (.Nm) after a dot.
* Temporarily unconnect "doscmd" from build until I can fixru2002-04-121-1/+0
| | | | | its broken Makefile. The breakage is now fatal after the bsd.prog.mk,v 1.109 change.
* Fixed the fatal breakage I introduced in the last commit.ru2002-04-121-1/+1
| | | | | | | | | Make the defined(SRCS) case similar to the !defined(SRCS) case - only define ${PROG}: ${OBJS} if the ${PROG} target does not exist. This has only one precedence in the entire source tree, usr.bin/doscmd, and its Makefile is horribly broken. I will temporarily unconnect it from build until I'm working on the fix.
* Removed the cruft that became cruft after rev. 1.4.ru2002-04-121-5/+1
| | | | Fixed CLEANFILES.
* Don't add -lstdc++ to LDADD, just let c++(1) link C++ programs.ru2002-04-121-5/+7
| | | | | | Record the dependency on ${LIBSTDCPLUSPLUS} similar to ${LIBC}. Suggested by: imp, obrien, peter
* Initialise ar.cflg, which contains the IA-32 registers cr0 and cr4. Sincedfr2002-04-122-0/+14
| | | | | all IA-32 processes use the same values for cr0 and cr4, we initialise them at system startup.
* Print extra information in printtrap() if the interrupted state was fordfr2002-04-121-7/+12
| | | | | an IA-32 process. Don't sign extend arguments in ia32_syscall - its not normally going to be useful (e.g. pointers need to be zero extended).
* Fix definition of va_start: We don't need to take the address ofmarcel2002-04-121-1/+1
| | | | | va_list. It's a builtin type. gcc 3.1 doesn't care either way, but gcc 3.2 is more picky and doesn't like the former.
* Add entries for selrecord.9.davidc2002-04-121-1/+2
|
* Forgot to commit this when I committed the rest of the hostap stuff.imp2002-04-121-0/+1
|
* Add a new man page that documents selrecord and selwakeup.davidc2002-04-121-0/+101
| | | | Thanks to: alfred
* After committing the forgotten IFM_IEEE80211_HOSTAP stuff to if_media.h,imp2002-04-121-10/+2
| | | | no need for the ifdefs here anymore.
* Add hostap 802.11 media type.imp2002-04-121-0/+2
| | | | From wi_hostap stuff by Thomas Skibo
* Update the prototype for maybe_resched to take a thread not a ksegrp.davidc2002-04-121-15/+15
| | | | | | | | | | Remove need_resched as it no longer exists. Cleanup the text for other functions that have changed out from under their descriptions. This page needs to be reviewed again after things settle down a bit. Reviewed by: jhb
* -DWI_HOSTAP no longer neededimp2002-04-121-1/+1
|
* unifdef -DWI_HOSTAP, like OpenBSD doesimp2002-04-125-56/+5
|
* Add text describing the new type parameter, and rename descriptiondavidc2002-04-121-6/+17
| | | | to name as that is what it is called in mutex.h.
* ifdef WI_HOSTAP some stuff that seems like it needs to be ifdef'd.alfred2002-04-121-0/+2
|
* Add sys/types.h to the list of required includes.davidc2002-04-122-0/+2
|
* Update the prototype for read_random to reflect that the count parameterdavidc2002-04-121-2/+2
| | | | | is an int not an unsigned int, and that it returns an int not an unsigned int.
* Really fix uniprocessor on IA64. Note to self: do not use variables beforepeter2002-04-121-1/+1
| | | | | they are initialized. I had correctly figured out that the UP problem was the pcpu current_pmap thing, but didn't fix it right last time.
* Update the prototype for lockinit to reflect that wmesg is a const char *.davidc2002-04-121-1/+1
|
* Fix the prototypes for cpu_critical_exit and cpu_critical_enter and updatedavidc2002-04-121-23/+8
| | | | | | the text to reflect the changes. Update the header files list.
* Document the lock type argument of mtx_init().scottl2002-04-121-1/+5
|
* Change the script a bit to allow the creation of 'brouted' bridges.julian2002-04-121-11/+17
| | | | | | | To do this you need to have each top-end connected as well. IP can be routed and other protocols get bridged.. Also useful when bridgeing two networks while merging them as machines will work with both old and new netmasks. (well mostly).
* Document the new size parameter.davidc2002-04-121-3/+23
|
* Document the new flags parameter.davidc2002-04-121-2/+5
| | | | | Add vget(9) to the SEE ALSO list. Minor formatting change.
* Update the .Fn line for SX_SYSINIT to include the parameter types.davidc2002-04-121-1/+1
|
* Update the .Fn line for MTX_SYSINIT to include the parameter types.davidc2002-04-121-1/+1
|
* Replace the original host WEP implementation with the one in OpenBSDimp2002-04-122-146/+130
| | | | | | | | | | (apparently by markus@, at least committed by him). This has the advantage of not using the bad IV's from Fluhrer/Mantin/Shamir as well as bringing the drivers a little closer together. Also use a few constants in place of magic numbers in one place. Obtained from: OpenBSD 1.25, 1.28, 1.36, 1.38, 1.42
* Fix corner case where m_len was not being initialized.hsu2002-04-121-1/+3
| | | | | Submitted by: Maksim Yevmenkin <myevmenk@digisle.net> MFC after: 1 week
* Updated release note: OpenPAM Cinchona.bmah2002-04-112-14/+6
| | | | | | Deleted release note: NetBSD sort. MFCs noted: New ephemeral port range, ISC DHCP client update.
* New release note: sendmail startup script/options.bmah2002-04-112-0/+28
| | | | Reviewed by: gshapiro
* Cosmetic changes to the previous commit, bringing it closer to what Ides2002-04-117-49/+49
| | | | already had in my tree but didn't want to commit.
* Knowledgeable persons assure me that RSA is preferable to DSA and that wedes2002-04-111-0/+2
| | | | should transition away from DSA.
* Add ActionTec HWC01170 and Linksys IWN2imp2002-04-111-0/+2
| | | | Obtained from: OpenBSD
* Catchup to 1.32imp2002-04-111-1/+7
|
* Add ACTIONTEC HWC01170 from OpenBSDimp2002-04-111-0/+4
|
* Use the proc lock to protect p_ucred while we read a few items from it.jhb2002-04-111-3/+10
|
* Make this compile again when UMASS_DEBUG isn't defined.jhb2002-04-111-0/+2
|
* - Set the base priority of an ithread that has no handlers when we set itsjhb2002-04-111-3/+5
| | | | | | normal priority. - Lock sched_lock while we dink with the priorities. - Remove a few extra blank lines.
* Commented out locking that would be used in the ps command if locks werejhb2002-04-111-0/+5
| | | | used in ddb.
OpenPOWER on IntegriCloud